forked from Azure/azure-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
IoT Hub track 2 updates and managed identity implementation #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ice streams (2019-07-01-preview)
c-ryan-k
added a commit
that referenced
this pull request
May 24, 2021
…18098) * IoT Hub track 2 updates and managed identity implementation (#2) * Updates to use track 2 Hub GA SDK * Added user-assigned identity functionality * Added routing endpoint identity * Add DeviceConnectionStateEvents as a routing source type * RoutingSource test updates * SDK version update to 2.0.0 Co-authored-by: Ryan Kelly <[email protected]> * Test recording updates with 2.0.0 SDK * Fixes for hyrid profile commands / tests and iot_security tests * String fixes from code review Co-authored-by: Xing Zhou <[email protected]> * Updated CLIErrors for missing params to use RequiredArgumentMissingError * Fix CLIError -> ArgumentUsageError * PR feedback and test updates * New format for managed identity parameters Updated params and help Test recording updates * Fix wrong parameter in error description * Removed identity update command Added support for emove --user-assigned to remove all user-assigned identities Co-authored-by: Ryan Kelly <[email protected]> Co-authored-by: Xing Zhou <[email protected]>
c-ryan-k
pushed a commit
that referenced
this pull request
Jul 28, 2021
…file (Azure#18888) * Add support for bicep files in TS * Add tests * re-record test * Changed new test to a live test * Changed new test to a live test #2
c-ryan-k
pushed a commit
that referenced
this pull request
Oct 14, 2022
…zure#23456) * solutions_reference_data * Introducing securitySolutionsReferenceData CLI * Add recording * fix style check * Update help * update test module * reference_data to reference-data * update help * update help #2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This code may change slightly once we get the official python SDK, but this is the initial implementation for now.
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.